Zadig 文档
Zadig
教程
博客
论坛
关于
中文英文
Zadig
教程
博客
论坛
关于
Zadig v4.2
Loading...
     编辑文档
     反馈问题
     社区讨论

    本页导航

    Cloud Service

    This article introduces integrating cloud services in Zadig. Currently supports integrating Alibaba Cloud DMS data management service.

    # Alibaba Cloud DMS Data Management Service

    Click System Settings -> System Integration -> Cloud Service -> Add Alibaba Cloud DMS Data Management Service:

    cloud_service

    Parameter Description:

    • System Identifier: System identifier used to identify the system
    • Region: Alibaba Cloud DMS data management service region
    • Access Key: Alibaba Cloud DMS data management service Access Key
    • Secret Key: Alibaba Cloud DMS data management service Secret Key

    Note: Access Key and Secret Key need to have read and write permissions for DMS data management service. The specific permission configuration is as follows:

    {
      "Version": "1",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "dms:ListOrders",
            "dms:ExecuteDataCorrect",
            "dms:GetDataCorrectTaskDetail"
          ],
          "Resource": "*"
        }
      ]
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14

    And you need to add Administrator permissions on DMS, as shown in the figure:

    dms_admin_permission

    ← Monitor SystemOther Systems→

    资源
    教程
    论坛
    博客
    公司
    关于
    客户故事
    加入我们
    联系我们
    微信扫一扫
    hello@koderover.com

    © 2026 筑栈(上海)信息技术有限公司 沪 ICP 备 19000177 号 - 1

    •  跟随系统
    •  浅色模式
    •  深色模式
    •  阅读模式